home *** CD-ROM | disk | FTP | other *** search
/ Apple Service Source 1996 February / Service Source 2.0 1996 Companion.iso / Apple SW Updates / Macintosh / Networking & Communications / Other N&C / Invisible AWS 95 Fix elap < prev    next >
Encoding:
Text File  |  1994-03-02  |  1.3 KB  |  45 lines  |  [TEXT/ttxt]

  1. Invisible AWS 95 Fix (elap)
  2.  
  3. Copyright 1993 Apple Computer, Inc.
  4.  
  5. We have received several reports of the AWS95 systems not being seen by some clients on the network.
  6.  
  7. This behavior has been linked to a problem with the way the AMT's are managed (AMT = Address Mapping Table).  The AWS 95 is replying to the correct AppleTalk address when an NBP LookUp is received but with the wrong Ethernet address. In order to resolve this problem the elap kernel module has been modified.
  8.  
  9. The enclosed elap file is a replacement for the elap kernel module in A/UX 3.0.2.
  10.  
  11. This module HAS NOT BEEN TESTED with other A/UX versions.
  12.  
  13. Output of the sumdir command for the file being distributed
  14.  
  15. sumdir elap
  16. 50254    15105 elap
  17.  
  18. To install this file
  19.  
  20. Move the file /etc/install.d/boot.d/elap to a safe place so that you can put it back in case of any problems.
  21.  
  22. mkdir /safe
  23. mv /etc/install.d/boot.d/elap /safe
  24.  
  25. Remove the file /etc/boot.d/elap
  26.  
  27. rm /etc/boot.d/elap
  28.  
  29. Put the enclosed elap file in the directory /etc/install.d/boot.d
  30.  
  31. Change ownership and access priviledges on the file /etc/install.d/boot.d/elap
  32.  
  33. chown bin /etc/install.d/boot.d/elap
  34. chgrp bin /etc/install.d/boot.d/elap
  35. chmod 640 /etc/install.d/boot.d/elap
  36.  
  37. Copy the /unix file
  38.  
  39. cp /unix /unix.save
  40.  
  41. Create a new kernel that includes this module
  42.  
  43. newconfig appletalk
  44.  
  45. Reboot the system